U/hkashgar/ug negishi new - #266
Conversation
There was a problem hiding this comment.
Some of the content are still using "Bell" information. e.g. "Bell-A nodes", number of nodes, and GPU types:
"made up of 446 Bell-A nodes"
Should be: "450 Negishi-A nodes".
"6 Bell-B nodes which have four times as much memory as a standard Bell-A node"
Should be: "6 Negishi-B nodes … standard Negishi-A node"
"two Zen 2 AMD EPYC 7763 64-core processors"
Negishi uses AMD EPYC 7763 "Milan" = Zen 3, not Zen 2 (Zen 2 = Rome = EPYC 7xx2 series). Should be "two Zen 3 AMD EPYC 7763 64-core processors".
"Each of these nodes contains two AMD MI210s"
Should be three AMD MI210 GPUs (64GB) per Sub-cluster G node.
"two Zen 2 AMD EPYC 7313 16-core processors"
Should be "two Zen 3 AMD EPYC 7313 16-core processors".
There was a problem hiding this comment.
Stale CMS style from Halcyon (e.g. ${resource.xxx) needs to be edited.
Upcoming 2023
This needs to be modified.
There was a problem hiding this comment.
We should have the Negishi tag to allow better searching results.
There was a problem hiding this comment.
Line 13 - "Negishi is being built" -> "Negishi was built"
Line 15 - "each 64-core Rome processor": I believe Negishi has Milan processors.
There was a problem hiding this comment.
Can we add a [**Back to Negishi User Guide**](index.md) link at the bottom?
There was a problem hiding this comment.
Can we add a [**Back to Negishi User Guide**](index.md) link at the bottom?
There was a problem hiding this comment.
Can we add a Back to Negishi User Guide link at the bottom?
| boost: 2 | ||
| --- | ||
|
|
||
| # Creatting the Slurm Job Submission Script |
There was a problem hiding this comment.
Typo: Creatting -> Creating
| ```bash | ||
| $ module load biocontainers | ||
| ``` | ||
| More information on pre-downloaded ROCm containers can be found [here](https://biocontainer-doc.readthedocs.io/). |
There was a problem hiding this comment.
Should be "pre-downloaded Biocontainers"
| ```sinteractive``` accepts most of the same resource requests as ```sbatch```, so to request a login shell on the cpu account while allocating 2 nodes and 128 total cores, you might do: | ||
|
|
||
| ```bash | ||
| sinteractive -A cpu -N2 -n256 |
There was a problem hiding this comment.
cpu should be a partition not -A.
There was a problem hiding this comment.
I think we need to discard this outdated page.
Finally Negishi documentation migration is done. Please, let me know if you see an issue and I will fix them.